Changeset 3253113
- Timestamp:
- 03/10/2025 06:53:18 AM (13 months ago)
- Location:
- serbian-transliteration
- Files:
-
- 2 edited
-
tags/2.2.2/classes/controller.php (modified) (2 diffs)
-
trunk/classes/controller.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
serbian-transliteration/tags/2.2.2/classes/controller.php
r3253110 r3253113 261 261 $content = Transliteration_Sanitization::get()->lat($content, $sanitize_html); 262 262 } 263 264 // Restore <head> contents back to their original form 265 if ($head_placeholders) { 266 $content = strtr($content, $head_placeholders); 267 unset($head_placeholders); 268 } 263 269 264 270 // Restore percentage format specifiers back to their original form … … 296 302 $content = strtr($content, $style_placeholders); 297 303 unset($style_placeholders); 298 }299 300 // Restore <head> contents back to their original form301 if ($head_placeholders) {302 $content = strtr($content, $head_placeholders);303 unset($head_placeholders);304 304 } 305 305 -
serbian-transliteration/trunk/classes/controller.php
r3253110 r3253113 261 261 $content = Transliteration_Sanitization::get()->lat($content, $sanitize_html); 262 262 } 263 264 // Restore <head> contents back to their original form 265 if ($head_placeholders) { 266 $content = strtr($content, $head_placeholders); 267 unset($head_placeholders); 268 } 263 269 264 270 // Restore percentage format specifiers back to their original form … … 296 302 $content = strtr($content, $style_placeholders); 297 303 unset($style_placeholders); 298 }299 300 // Restore <head> contents back to their original form301 if ($head_placeholders) {302 $content = strtr($content, $head_placeholders);303 unset($head_placeholders);304 304 } 305 305
Note: See TracChangeset
for help on using the changeset viewer.